home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1995 June / MacFormat 25.iso / Shareware City / Developers / OutOfPhase1.1 Source / OutOfPhase Folder / CmdDlgOneString.h < prev    next >
Text File  |  1994-04-09  |  581b  |  27 lines

  1. /* CmdDlgOneString.h */
  2.  
  3. #ifndef Included_CmdDlgOneString_h
  4. #define Included_CmdDlgOneString_h
  5.  
  6. /* CmdDlgOneString module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* Memory */
  12. /* Screen */
  13. /* EventLoop */
  14. /* Menus */
  15. /* TextEdit */
  16. /* SimpleButton */
  17. /* WrapTextBox */
  18. /* DataMunging */
  19. /* Main */
  20. /* Alert */
  21.  
  22. /* present a dialog box that allows the user to edit a single string parameter */
  23. /* returns True if the user changes the value and clicks OK. */
  24. MyBoolean                CommandDialogOneString(char* Prompt, char* BoxName, char** DataInOut);
  25.  
  26. #endif
  27.